home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / cdbw.zip / README.TXT < prev    next >
Text File  |  1991-05-15  |  2KB  |  49 lines

  1.  
  2.                                   README.TXT
  3.  
  4.  
  5.  
  6. This release of CDB For Windows is beta version 0.92.
  7.  
  8.  
  9. Disk Contents
  10. =============
  11.  
  12. This diskette contains all binaries and source code for CDB For
  13. Windows.  Two self-extracting ZIP files are included.  CDBW.EXE
  14. contains all binaries and documentation.  CDBWSRC.EXE contains
  15. complete library and utility source code.  If you have any questions
  16. about the product, don't hesitate to contact us.
  17.  
  18.  
  19. Registration
  20. ============
  21.  
  22. Please be sure to fill out the registration form, REGISTER.TXT, and
  23. return it to Daytris.  This will ensure proper notification of
  24. CDB For Windows upgrades.
  25.  
  26. If you wish to recompile the database server, DBSERVER.EXE, remove
  27. the TESTDRIVE define compile command line in DBSERVER.MAK.
  28.  
  29.  
  30. About the Manual
  31. ================
  32.  
  33. The manual included with this release, CDBW.WRI, was written using
  34. the HP Laserjet III printer driver.  If you are using a different
  35. printer configuration and are trying to display the manual in
  36. MS-Write, the tabs may be out of place a little.  Install the HP
  37. Laserjet III driver using the control panel to correct this
  38. incompatability.
  39.  
  40.  
  41. Zortech C/C++ Compiler
  42. ======================
  43.  
  44. If you are using a Zortech C compiler, the libraries included with
  45. this release will work fine.  However, if you wish to recompile the
  46. SAMPLE program, define ZORTECH in the compile options on the command
  47. line.  The only difference is the memory.h include file.  Zortech C
  48. doesn't have one, the _fmem functions are included in string.h.
  49.